TinyTimer Version History

-------------------------
Version 1.00

Initial Release

---------------------------------------------------------------------------
Version 1.01


System Tray icon no longer shows 0% unless the percentage is equal to 0%.
Due to rounding it was possible for a 0% display while the actual
percentage was very small.


Refresh Rate is now loaded and saved in prefs.cfg
This controls how often everything is updated including the display.
The default is 1000ms (Once per second).
Note: This has no effect on the actual timer or it's accuracy.
It is recommended this setting is no higher then 1000 otherwise there will be a delay
between when the time is actually up and the app does it's refresh to detect the fact.
Likewise, if you require accuracy faster then 1 second, you should set this lower.



---------------------------------------------------------------------------
Version 1.02

It is now possible to clear an edit box without getting an annoying popup.

The refresh timer is now restarted when the app's timer is started/restarted.
This insures that the app's timer begins counting down immediately.

Default Refresh Rate is now 200ms.
The old setting didn't always display once each second due to the latency of the Windows
message being sent. This change is also because the pie graph can change faster then
one per second.



---------------------------------------------------------------------------
Version 1.03

Pressing Enter now presses Start/Pause (and no longer closes Tiny Timer).

Hovering the cursor over the system tray icon now displays the time remaining.



---------------------------------------------------------------------------
Version 1.04 (Unreleased)

Alt+Shortcuts changed so Resume and Reset don't both use Alt+R.


---------------------------------------------------------------------------
Version 1.05

Error popup "Error Updating Icon" is disabled while the timer is running.
Common screen mode changes were causing this error message even though the app
continues to run fine. The icon simply can't be updated while the taskbar is being
reset due to screen mode changes or whatever else.


---------------------------------------------------------------------------
Version 1.06

Added Up/Down arrows next to Hour, Minute & Second values for mouse-only control.